@import url("//fonts.googleapis.com/css?family=Alegreya+Sans+SC:800italic");

.bbcanada_body {

	background: url('/uploads/images/baseball_background2.jpg') #ffffff no-repeat top center; 
	margin-top: 20px;
 	
}

.everything {
	background-color: #FFFFFF;
}
.middlename {
	display:none;
}
#logo-header {
	margin-top: -24px;
	height: 65px;
}
#logo-header-text {
	margin-top: -10px;
	height: 50px;
}
#sitename {
	font-family: 'Alegreya Sans SC', sans-serif;
	font-weight: 800;
	font-style: italic;
	font-size: 30px;
	color:#d80031;
	text-decoration: none;
	text-shadow:2px 2px #BBB;
}
#sitename-fr {
	font-family: 'Alegreya Sans SC', sans-serif;
	font-weight: 800;
	font-style: italic;
	font-size: 30px;
	color:#d80031;
	text-decoration: none;
	text-shadow:2px 2px #BBB;
}
#siteorg {
	font-family: 'Alegreya Sans SC', sans-serif;
	font-weight: 800;
	font-style: italic;
	font-size: 18px;
	color:#222;
	text-decoration: none;
}
.margin-20 {
	margin-left: 20px;
	margin-right: 20px;
}

.content_image {
	float:left;
    width: 120px;
    height: 80px;
    overflow: hidden;
    cursor: pointer;
    background: #DDD;
    color: #333;
	border: 2px dashed #999;
}
/*.content_image img {
    visibility: hidden;
}*/

a,
a:focus, 
a:visited, 
a:active {
   color: #dd0000;
}

.addicon {
	 cursor: pointer;
	 color: #dd0000;
}

img.desaturate{
	-webkit-filter: grayscale(1); 
	-webkit-filter: grayscale(100%); 
	-moz-filter: grayscale(100%);
	filter: gray; 
	filter: grayscale(100%);
}

.transparentdiv {
  opacity:0.90;
  filter:alpha(opacity=90); /* For IE8 and earlier */
}

.uploadifybutton {
	 cursor: pointer;
	 border: 0px solid #000;
	 padding-top: 2px;
}

.widgetimg {
    height:180px;
    text-indent: -9999px;
}

.bg-grey { 
   margin-bottom:0px; 
   background:#eeeeee; 
   border:solid 1px #e5e5e5;
}

/* HOME NEWS */
	.bx-wrapper {
		margin: 0 auto 20px;
		font-size: 13px;
		cursor: pointer;
	}
	.bx-wrapper h4 {
		font-size: 15px;
		font-weight: bold;
	}

	#bx-thumbnails a {
	 border: solid #ccc 1px;
	 display: block;
	 margin: 0 5px;
	 padding: 10px;
	}
	
	#bx-thumbnails a:hover,
	#bx-pager a.active,
	.currentnews
	{
	 border: solid #111111 1px;
	 background: #DD0000;
	 color: #fff;
	 text-decoration: none;
	}
	.currentnews:link, .currentnews:visited, .currentnews:hover, .currentnews:active
	{
	 color: #fff;
	 text-decoration: none;
	}
